Save Changes Action Constants
In the
reply
parameter of the function NavAskSaveChanges
, your application receives a value represented by one of the constants defined by the
NavAskSaveChangesResult
data type.
enum {
kNavAskSaveChangesSave = 1,
kNavAskSaveChangesCancel = 2,
kNavAskSaveChangesDontSave = 3
};
typedef UInt32 NavAskSaveChangesResult;
Constant descriptions
-
kNavAskSaveChangesSave
-
User clicked the Save button.
-
kNavAskSaveChangesCancel
-
User clicked the Cancel button.
-
kNavAskSaveChangesDontSave
-
User clicked the Don't Save button.
© 1998 Apple Computer, Inc. – (Last Updated 23 Nov 98)